home *** CD-ROM | disk | FTP | other *** search
/ The Atari Compendium / The Atari Compendium (Toad Computers) (1994).iso / files / prgtools / langs / dumpaout.lzh / MAKEFILE.MAK < prev   
Encoding:
Makefile  |  1993-06-19  |  183 b   |  13 lines

  1. CFLAGS = -O
  2.  
  3. dumpaout.ttp:
  4.  
  5. archive:
  6.     del dumpaout.lzh
  7.     -lharc a dumpaout.lzh *.c *.mak dumpaout.ttp
  8.  
  9. arcupd:
  10.     -lharc u dumpaout.lzh *.c *.mak dumpaout.ttp
  11.     
  12.  
  13.